Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable mTLS configuration on all HTTP servers #2303

Merged
merged 4 commits into from
Nov 9, 2023

Conversation

silvestre
Copy link
Member

@silvestre silvestre commented Nov 3, 2023

All HTTP servers can now be configured with mTLS and the creation is unified in one helper function for Go-based services.
In the Java-based scheduler the new SSL Bundle support has been leveraged and TLS settings aligned with Mozilla recommendations.

@silvestre silvestre added enhancement allow-acceptance-tests This label needs to be added to enable the acceptance tests to run. labels Nov 3, 2023
@silvestre silvestre force-pushed the unify-http-server-creation branch 2 times, most recently from ee73fe7 to 36092d8 Compare November 7, 2023 14:04
All HTTP servers can be configured with mTLS and the creation
is unified in one helper function
@silvestre silvestre force-pushed the unify-http-server-creation branch from 3186444 to e49f9f1 Compare November 8, 2023 10:10
Copy link

sonarqubecloud bot commented Nov 8, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
5.7% 5.7% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@silvestre silvestre changed the title Unify HTTP server creation Enable mTLS configuration on all HTTP servers Nov 8, 2023
@silvestre silvestre marked this pull request as ready for review November 8, 2023 16:43
@silvestre silvestre merged commit 47d7597 into main Nov 9, 2023
32 of 33 checks passed
@silvestre silvestre deleted the unify-http-server-creation branch November 9, 2023 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
allow-acceptance-tests This label needs to be added to enable the acceptance tests to run. enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants